A_PROCESSOR
PROCESSOR

Syntax: A_PROCESSOR
   and: PROCESSOR
Location: ATARI_REXT v2.22+ (A_PROCESSOR)
          SMSQ/E (PROCESSOR)

These functions return a value which can be used to find the type of Processor on which SuperBASIC is running:

    Chip Type
0x  68000 or 68008
1x  68010 or an INTEL chip (if QPC is running)
2x  68020
3x  68030
4x  68040
6x  68060

x is replaced by a value between 0 and 8 to indicate if a maths co-processor is installed:

0  No FPU fitted
1  An Internal MMU is fitted.
2  A 68851 MMU is fitted
4  An internal FPU is fitted.
8  Either a 68881 or 68882 FPU is fitted

NOTE:
The processor type was not stored before Level E-20 of the ST/QL Drivers.

CROSS-REFERENCE:
See MACHINE, QDOS$ and VER$
